All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.Window | +----com.apple.alpha.app.Panel | +----com.apple.alpha.app.FontPanel
NSFontPanel
.
[[NSFontPanel
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithContentRect:styleMask:backing:defer:
on a newly allocated object.
- initWithContentRect:styleMask:backing:defer:screen:
on a newly allocated object.
- accessoryView
Objective-C instance method.
- isEnabled
Objective-C instance method.
- panelConvertFont:
Objective-C instance method.
- setAccessoryView:
Objective-C instance method.
- setEnabled:
Objective-C instance method.
- setPanelFont:isMultiple:
Objective-C instance method.
+ sharedFontPanel
Objective-C class method.
+ sharedFontPanelExists
Objective-C class method.
- worksWhenModal
Objective-C instance method.
public static final int PreviewButton
public static final int RevertButton
public static final int SetButton
public static final int PreviewField
public static final int SizeField
public static final int SizeTitle
public static final int CurrentField
protected FontPanel(boolean shouldAllocate, int objcObject)
public FontPanel()
[[NSFontPanel
alloc] init]
.
public FontPanel(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public FontPanel(Rect contentRect, int aStyle, int bufferingType, boolean flag)
- initWithContentRect:styleMask:backing:defer:
on a newly allocated object.
public FontPanel(Rect contentRect, int aStyle, int bufferingType, boolean flag, Screen screen)
- initWithContentRect:styleMask:backing:defer:screen:
on a newly allocated object.
public static native FontPanel sharedFontPanel()
+ sharedFontPanel
Objective-C class method.
public static native boolean sharedFontPanelExists()
+ sharedFontPanelExists
Objective-C class method.
public native View accessoryView()
- accessoryView
Objective-C instance method.
public native void setAccessoryView(View aView)
- setAccessoryView:
Objective-C instance method.
public native void setPanelFont(Font fontObj, boolean flag)
- setPanelFont:isMultiple:
Objective-C instance method.
public native Font panelConvertFont(Font fontObj)
- panelConvertFont:
Objective-C instance method.
public native boolean worksWhenModal()
- worksWhenModal
Objective-C instance method.
public native boolean isEnabled()
- isEnabled
Objective-C instance method.
public native void setEnabled(boolean flag)
- setEnabled:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index